runtime.g.throwsplit (field)

10 uses

	runtime (current package)
		proc.go#L4470: 	gp.throwsplit = true
		proc.go#L4611: 	gp.throwsplit = true
		proc.go#L4743: 		gp.throwsplit = false
		proc.go#L4766: 	gp.throwsplit = false
		runtime2.go#L448: 	throwsplit   bool // must not split stack
		signal_unix.go#L697: 	if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
		stack.go#L981: 	if thisg.m.curg.throwsplit {
		tracebuf.go#L47: 			tl.mp.trace.oldthrowsplit = gp.throwsplit
		tracebuf.go#L48: 			gp.throwsplit = true
		tracebuf.go#L115: 			gp.throwsplit = w.mp.trace.oldthrowsplit